runtime.mLockProfile.stack (field)

8 uses

	runtime (current package)
		mprof.go#L653: 	stack      []uintptr    // call stack at the point of this M's unlock call, when other Ms had to wait
		mprof.go#L734: 	prof.stack[0] = logicalStackSentinel
		mprof.go#L743: 		nstk = 1 + tracebackPCs(&u, skip, prof.stack[1:])
		mprof.go#L745: 	if nstk < len(prof.stack) {
		mprof.go#L746: 		prof.stack[nstk] = 0
		mprof.go#L771: 		if pc := prof.stack[i]; pc == 0 {
		mprof.go#L782: 	saveBlockEventStack(cycles, rate, prof.stack[:nstk], mutexProfile)
		proc.go#L1047: 	mp.mLockProfile.stack = makeProfStackFP()